home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.basic;
-
- import java.awt.event.MouseAdapter;
- import java.awt.event.MouseEvent;
-
- class BasicComboPopup$ListMouseListener extends MouseAdapter {
- // $FF: synthetic field
- BasicComboPopup this$0;
-
- public void mouseReleased(MouseEvent anEvent) {
- this.this$0.hide();
- }
-
- // $FF: synthetic method
- BasicComboPopup$ListMouseListener(BasicComboPopup this$0) {
- this.this$0 = this$0;
- }
- }
-